projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db81519
)
Typo fix.
author
robertl
<robertl>
Mon, 22 Sep 2003 01:21:11 +0000
(
01:21
+0000)
committer
robertl
<robertl>
Mon, 22 Sep 2003 01:21:11 +0000
(
01:21
+0000)
navicache.c
patch
|
blob
|
history
diff --git
a/navicache.c
b/navicache.c
index 3360b4f2212f7bc0a4515b906c6dd97ac3fef6e7..fc5eb9950658018be644dd4285decc75ad0bb521 100644
(file)
--- a/
navicache.c
+++ b/
navicache.c
@@
-192,7
+192,7
@@
nav_rd_deinit(void)
void
nav_wr_init(const char *fname, const char *args)
{
- fatal(MYNAME ": Does not support writing Navicache files.\n")
+ fatal(MYNAME ": Does not support writing Navicache files.\n")
;
ofd = fopen(fname, "w");
if (ofd == NULL) {
fatal(MYNAME ":Cannot open '%s' for writing\n", fname);